home *** CD-ROM | disk | FTP | other *** search
/ Aminet 37 / Aminet 37 (2000)(Schatztruhe)[!][Jun 2000].iso / Aminet / dev / lang / sofa.lha / sofa / smalleiffel / man / commands.txt < prev    next >
Text File  |  2000-03-25  |  2KB  |  65 lines

  1.  
  2.                            Commands documentation
  3.                                       
  4.    install
  5.    
  6.    The installation program for SmallEiffel [1]More about install here.
  7.    
  8.    compile
  9.    
  10.    Starting from an Eiffel source program, generates the corresponding C
  11.    code and then the executable. This is probably the command you want to
  12.    use. [2]More about compile here.
  13.    
  14.    compile_to_c
  15.    
  16.    The Eiffel to C compiler itself. You do not generally invoke it
  17.    explicitely. [3]More about compile_to_c here.
  18.    
  19.    compile_to_jvm
  20.    
  21.    The Eiffel to Java bytecode compiler. Starting from an Eiffel source
  22.    program, generates the corresponding .class files. [4]More about
  23.    compile_to_jvm here.
  24.    
  25.    short
  26.    
  27.    Eiffel interface extraction tool. Can generate documentation using
  28.    different formats (ASCII, HTML, etc.) [5]More about short here.
  29.    
  30.    pretty
  31.    
  32.    Eiffel pretty printer. [6]More about pretty here.
  33.    
  34.    finder
  35.    
  36.    Used to find Eiffel source files according to the system
  37.    configuration. [7]More about finder here.
  38.    
  39.    clean
  40.    
  41.    Used to clean Eiffel project directories. [8]More about clean here.
  42.    
  43.    print_jvm_class
  44.    
  45.    Java bytecode disassembler and pretty printer. We find it more
  46.    convenient than javap. [9]More about print_jvm_class here.
  47.    
  48.                                    [Line]
  49.              Copyright © Dominique COLNET and Suzanne COLLIN -
  50.                            [10]<colnet@loria.fr>
  51.               Last update: Friday February 11th 2000, by DC. 
  52.  
  53. References
  54.  
  55.    1. file://localhost/home/colnet/SmallEiffel/man/man/install.html
  56.    2. file://localhost/home/colnet/SmallEiffel/man/man/compile.html
  57.    3. file://localhost/home/colnet/SmallEiffel/man/man/compile_to_c.html
  58.    4. file://localhost/home/colnet/SmallEiffel/man/man/compile_to_jvm.html
  59.    5. file://localhost/home/colnet/SmallEiffel/man/man/short.html
  60.    6. file://localhost/home/colnet/SmallEiffel/man/man/pretty.html
  61.    7. file://localhost/home/colnet/SmallEiffel/man/man/finder.html
  62.    8. file://localhost/home/colnet/SmallEiffel/man/man/clean.html
  63.    9. file://localhost/home/colnet/SmallEiffel/man/man/print_jvm_class.html
  64.   10. mailto:colnet@loria.fr
  65.